configure.ac: Check for AM_SILENT_RULES after AM_INIT_AUTOMAKE
authorJavier Jardón <jjardon@gnome.org>
Mon, 17 Oct 2011 01:52:51 +0000 (02:52 +0100)
committerJavier Jardón <jjardon@gnome.org>
Mon, 17 Oct 2011 01:53:16 +0000 (02:53 +0100)
configure.ac

index 4e5d49a438a14729af6ab99d23c87d279eded6c2..53352fd328bb72f7fe6201a95d4b9bc248f4be20 100644 (file)
@@ -41,11 +41,6 @@ AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_SRCDIR(babl/babl.h)
 AC_CONFIG_MACRO_DIR([m4])
 
-# Enable silent build rules by default, requires at least
-# Automake-1.11. Disable by either passing --disable-silent-rules to
-# configure or passing V=1 to make
-m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
-
 BABL_MAJOR_VERSION=babl_major_version
 BABL_MINOR_VERSION=babl_minor_version
 BABL_MICRO_VERSION=babl_micro_version
@@ -112,6 +107,11 @@ dnl ==========================================================================
 
 AM_INIT_AUTOMAKE(no-define no-dist-gzip -Wno-portability)
 
+# Enable silent build rules by default, requires at least
+# Automake-1.11. Disable by either passing --disable-silent-rules to
+# configure or passing V=1 to make
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
 BABL_VARIADIC_MACROS
 
 AC_DISABLE_STATIC